Adaptive Simulated Annealing - определение. Что такое Adaptive Simulated Annealing
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое Adaptive Simulated Annealing - определение

OPTIMIZATION ALGORITHM
Adaptive Simulated Annealing

Adaptive Simulated Annealing         
<language> (ASA) An algorithm for global optimisation of generic functions by Lester Ingber <ingber@alumni.caltech.edu> <ingber@ingber.com>. Latest version: 20.5, as of 2000-02-29. Adaptive Simulated Annealingingber/">http://alumni.caltech.edu/Adaptive Simulated Annealingingber/. http://ingber.com/. Mailing list: <asa-request@alumni.caltech.edu>. (2000-02-29)
Adaptive simulated annealing         
Adaptive simulated annealing (ASA) is a variant of simulated annealing (SA) algorithm in which the algorithm parameters that control temperature schedule and random step selection are automatically adjusted according to algorithm progress. This makes the algorithm more efficient and less sensitive to user defined parameters than canonical SA.
simulated annealing         
  • Travelling salesman problem in 3D for 120 points solved with simulated annealing.
  • 500px
NUMERICAL OPTIMIZATION TECHNIQUE FOR SEARCHING FOR A SOLUTION IN A SPACE OTHERWISE TOO LARGE FOR ORDINARY SEARCH METHODS TO YIELD RESULTS
Simulated annealling; Simulated annealing algorithms; Simulated Annealing; Simulated anealing; Generalized simulated annealing; Deterministic annealing
A technique which can be applied to any minimisation or learning process based on successive update steps (either random or deterministic) where the update step length is proportional to an arbitrarily set parameter which can play the role of a temperature. Then, in analogy with the annealing of metals, the temperature is made high in the early stages of the process for faster minimisation or learning, then is reduced for greater stability.

Википедия

Adaptive simulated annealing

Adaptive simulated annealing (ASA) is a variant of simulated annealing (SA) algorithm in which the algorithm parameters that control temperature schedule and random step selection are automatically adjusted according to algorithm progress. This makes the algorithm more efficient and less sensitive to user defined parameters than canonical SA. These are in the standard variant often selected on the basis of experience and experimentation (since optimal values are problem dependent), which represents a significant deficiency in practice.

The algorithm works by representing the parameters of the function to be optimized as continuous numbers, and as dimensions of a hypercube (N dimensional space). Some SA algorithms apply Gaussian moves to the state, while others have distributions permitting faster temperature schedules. Imagine the state as a point in a box and the moves as a rugby-ball shaped cloud around it. The temperature and the step size are adjusted so that all of the search space is sampled to a coarse resolution in the early stages, whilst the state is directed to favorable areas in the late stages. Another ASA variant, thermodynamic simulated annealing, automatically adjusts the temperature at each step based on the energy difference between the two states, according to the laws of thermodynamics.